projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4c83ca
)
* macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
author
Ken Raeburn
<raeburn@raeburn.org>
Mon, 20 May 2002 08:06:16 +0000
(08:06 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Mon, 20 May 2002 08:06:16 +0000
(08:06 +0000)
of XSYMBOL and name field.
src/macfns.c
patch
|
blob
|
history
diff --git
a/src/macfns.c
b/src/macfns.c
index 159b93971faade4cb3199f1851588220112bbe83..9571c53a760a100e361cc87019c38e2fd4918e55 100644
(file)
--- a/
src/macfns.c
+++ b/
src/macfns.c
@@
-4839,7
+4839,7
@@
parse_image_spec (spec, keywords, nkeywords, type)
/* Find key in KEYWORDS. Error if not found. */
for (i = 0; i < nkeywords; ++i)
- if (strcmp (keywords[i].name, XS
YMBOL (key)->name
->data) == 0)
+ if (strcmp (keywords[i].name, XS
TRING (SYMBOL_NAME (key))
->data) == 0)
break;
if (i == nkeywords)